.item-footer p span.date_start img, .item-footer p span.date_end img, .item-footer p.event-locality img {
    width: 20px;
    height: auto;
    opacity: 1
}

.event-locality {
    margin-top: 5px
}

.item-footer p span {
    font-size: 13px
}

.item-footer p.event-dates {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: lowercase
}

.item-footer p {
    margin-bottom: 5px
}

.item-footer p span.date_end {
    color: #ff9b7f
}

.date_start {
    margin-right: 20px
}

.event-likes {
    position: absolute;
    right: 15px;
    bottom: 25px;
    font-size: 14px;
    color: #79a9c3
}

a.blog-item .event-likes img {
    width: 20px;
    height: auto;
    opacity: 1
}

.blog-item .item-footer {
    max-width: 260px
}

.item-footer *, .event-age-rest, .event-likes {
    font-family: 'Exo2', Sans-serif
}

.event-age-rest {
    position: absolute;
    right: 15px;
    bottom: 55px;
    font-size: 14px;
    font-weight: 700;
    color: #79a9c3ba;
    border: 2px solid #79a9c3ba;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    width: 27px;
    height: 27px;
    justify-content: center
}

.event-age-rest::before {
    content: '+';
    position: absolute;
    right: -5px;
    font-size: 17px;
    top: -9px;
    background: white;
    height: 15px;
    width: 15px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.date-filter {
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    margin: 0 0 30px;
    border: 1px solid #d9e4ea
}

.list-filter-date {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start
}

.list-filter-date li > a, .weekday-text, .number-date {
    font-family: 'Exo2', Sans-serif
}

.date-filter li.active a, .date-filter li:hover a, .date-filter li:hover .image-pick-date {
    color: #f79d1e;
    fill: #f79d1e;
    text-decoration: none
}

.pick-filter-date {
    margin-left: 15px
}

.pick-filter-date a {
    position: relative
}

.pick-filter-date .hasDatepicker {
    position: absolute;
    left: 0;
    bottom: -10px
}

.pick-filter-date .fa-caret-down {
    top: 3px;
    position: relative
}

.image-pick-date {
    width: 25px;
    height: 25px;
    fill: #0099d6;
    position: relative;
    top: 7px
}

.pick-single-date-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #9ec1d345;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #80808029
}

.number-date {
    font-size: 1.5em;
    font-weight: 700
}

.weekday-text {
    font-size: .9em
}

.all-date-filter {
    margin-right: 15px
}

.single-date-filter {
    margin: 0 4px
}

.blog-main {
    padding-bottom: 35px
}

#ui-datepicker-div .ui-widget-header {
    background: linear-gradient(to top, #0099d6, #0099d6ad);
    color: white
}
.event-passed{
    position: absolute;
    top: 5px;
    right: 10px;
    background: #79a9c3;
    color: white;
    font-weight: 600;
    padding: 3px 6px;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 13px;
    font-family: Exo2, Sans-serif;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .all-date-filter {
        margin-right: 5px
    }

    .item-footer p.event-dates {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column
    }

    .date_end {
        margin-top: 5px
    }
}

@media (max-width: 991px) {
    .container_events_reloaded {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-flow: row wrap
    }

    .asides-events {
        flex-basis: 100%;
        order: 1
    }

    .events-main-w {
        flex-basis: 100%;
        order: 2
    }

    .asides-events {
        display: flex;
        justify-content: center;
        align-items: stretch
    }

    .category-aside.theme {
        margin-left: 10px;
        flex-basis: 100%;
        order: 2;
        margin-top: 0
    }

    .category-aside.category {
        margin-right: 10px;
        flex-basis: 100%;
        order: 1;
        margin-top: 0
    }

    .container_events_reloaded .category-aside {
        display: block
    }
}

@media (max-width: 767px) {
    .blog-main .container h1 {
        margin-bottom: 15px
    }

    .asides-events {
        align-items: center;
        flex-direction: column
    }

    .category-aside.theme ul, .category-aside.category ul {
        display: block
    }

    .category-aside.theme, .category-aside.category {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .item-footer p.event-dates {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column
    }

    .date_end {
        margin-top: 5px
    }

    .list-filter-date {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }

    .all-date-filter, .pick-filter-date {
        width: 100%;
        text-align: center;
        margin: 10px
    }

    .single-date-filter {
        margin: 5px
    }

    .asides-events .category-aside ul * {
        font-size: 16px
    }

    .asides-events .category-aside ul {
        margin: 5px
    }
}